forex-station.com (topic Rijay's system of moving averages)

qwma swings all timeframes swings in single chart mt5 
-----------------------------------------------------------------------------

qwma -( to match 13-20 ema zones in all timeframes)

  ma period =25
  ma speed =2.5
  average price = close
  color change on = outer levels cross
  period for finding floating levels =5
------------------------------------------------------------

ma_-_ribbon(h4-h1 trading)

 fast timeframe - 4hour
 fast ma period = 1
 fast ma method = ema
  ma price = close

 slow timeframe = 4 hour
 slow ma period = 13
 slow ma method = ema
 ma price = close


and for additional D1 timeframe display
fast timeframe - 4hour
 fast ma period = 13
 fast ma method = ema
  ma price = close

 slow timeframe = 4 hour
 slow ma period = 50(=  13 ema daily)
 slow ma method = ema
 ma price = close

--------------------------------------------------------------
atr stop v1 candle

Length=1          
ATRPeriod=1      
Kv=1.7;            
Shift=0
------------------------------------------------------
atrtrend_-_mtf_amp_alerts_bars

atr calculation period = 1
atr multiplier=1.2
price to use=close
==========================================================================================
put indicators in Downloads folder in your indicator folder of mt5 terminal for this templet to work.

put templet in mql5/profiles/templets folder


======================================================================

thanks to mladen, mrtools and xard

============================================================